macport를 쓰다보면 같은 package이지만 여러 버전이 있는 경우가 있다.
postgresql의 예를 들자면 아래와같이 하면 9.4버전으로 설정을 맞추어준다.
sudo port select --set postgresql postgresql94
설정을 맞춘다는 것의 의미는 각종 파일 및 링크(eg, /opt/local/bin/pg_config 등)를 업데이트해주는 것을 말한다.
ref: http://stackoverflow.com/questions/7832296/usage-of-postgresql-select-on-macports
happy hackin'
PS. packagename_select 패키지를 설치해야되는 듯. postgresql은 postgresql_select